home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19960425-19960715 / 000227_news@columbia.edu _Thu Jun 13 10:29:35 1996.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: news@columbia.edu
  2. Received: from apakabar.cc.columbia.edu (apakabar.cc.columbia.edu [128.59.35.159]) by watsun.cc.columbia.edu (8.7.5/8.7.3) with ESMTP id KAA04687 for <kermit.misc@watsun>; Thu, 13 Jun 1996 10:29:30 -0400 (EDT)
  3. Received: (from news@localhost) by apakabar.cc.columbia.edu (8.7.5/8.7.3) id KAA04272 for kermit.misc@watsun; Thu, 13 Jun 1996 10:29:23 -0400 (EDT)
  4. Path: news.columbia.edu!lamont.ldeo.columbia.edu!news.er.usgs.gov!stc06.ctd.ornl.gov!fnnews.fnal.gov!uwm.edu!math.ohio-state.edu!howland.reston.ans.net!nntp.coast.net!news-res.gsl.net!news.gsl.net!news-paris.gsl.net!news.gsl.net!news.alcatel.fr!usenet
  5. From: PONTAILLER Laurent <laurent.pontailler@ln.cit.alcatel.fr>
  6. Newsgroups: comp.protocols.kermit.misc
  7. Subject: file transfer recovery script
  8. Date: Thu, 13 Jun 1996 14:08:05 +0200
  9. Organization: ALCATEL CIT
  10. Lines: 21
  11. Message-ID: <31C004A5.41C6@ln.cit.alcatel.fr>
  12. NNTP-Posting-Host: nsfhh5.alcatel.fr
  13. Mime-Version: 1.0
  14. Content-Type: text/plain; charset=us-ascii
  15. Content-Transfer-Encoding: 7bit
  16. X-Mailer: Mozilla 2.02 (X11; I; AIX 2)
  17.  
  18. I am having a problem to write a file transfer recovery script under
  19. kermit for RS6000 boxes.
  20.  
  21.  My problem is that after the connect order in the script there is an
  22. input order to wait for the login: prompt of the unix box. It seems that
  23. the script is loosing hand on this order. In the paper File transfer
  24. recovery you show an example with a modem connection, we are using a
  25. TCP/IP connection.
  26.  
  27.  script : 
  28.  
  29. :NOMSG
  30. connect
  31. input 15 login:
  32. output \%u\13
  33.  
  34.  we are not going after the connect order.
  35.  
  36.  Can somebody tells me how to do it ?
  37.  
  38.  Thanks a lot